Feature: Crear post
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 0m 22.375s |
Scenario: E1_create publication with valid data
Before
0m 0.574s
Given
the user navigates to Ghost at "<GHOST>"
0m 0.637s
And
the user logs in using the credentials "<USERNAME>" and "<PASSWORD>"
0m 0.188s
And
the user navigates to the post page
0m 0.638s
And
I wait for 2 seconds
0m 2.100s
When
the user cliks on the new post
0m 0.124s
And
I wait for 2 seconds
0m 2.106s
When
The user enters a title for the post
0m 0.125s
And
I wait for 2 seconds
0m 2.125s
When
the user cliks on the new post content
0m 0.106s
And
I wait for 2 seconds
0m 2.108s
When
the user enters a content for the post
0m 0.315s
And
I wait for 2 seconds
0m 2.124s
When
The user clicks on the publish post button
0m 0.115s
And
I wait for 2 seconds
0m 2.115s
When
The user clicks on the button continue publishing
0m 0.103s
And
I wait for 2 seconds
0m 2.101s
When
User clicks on the publish now button
0m 0.146s
And
I wait for 2 seconds
0m 2.153s
Then
Successful publication confirmation appears
0m 0.111s
And
I wait for 2 seconds
0m 2.148s
Then
the confirmation message should appear
0m 0.111s
After
0m 0.002s
Screenshots
Before
NO IMAGE AVAILABLE
Given
the user navigates to Ghost at "<GHOST>"
And
the user logs in using the credentials "<USERNAME>" and "<PASSWORD>"
And
the user navigates to the post page
And
I wait for 2 seconds
When
the user cliks on the new post
And
I wait for 2 seconds
When
The user enters a title for the post
And
I wait for 2 seconds
When
the user cliks on the new post content
And
I wait for 2 seconds
When
the user enters a content for the post
And
I wait for 2 seconds
When
The user clicks on the publish post button
And
I wait for 2 seconds
When
The user clicks on the button continue publishing
And
I wait for 2 seconds
When
User clicks on the publish now button
And
I wait for 2 seconds
Then
Successful publication confirmation appears
And
I wait for 2 seconds
Then
the confirmation message should appear
After
NO IMAGE AVAILABLE